home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / bluetooth.conf < prev    next >
Text File  |  2009-09-24  |  1KB  |  38 lines

  1. <!-- This configuration file specifies the required security policies
  2.      for Bluetooth core daemon to work. -->
  3.  
  4. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  5.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  6. <busconfig>
  7.  
  8.   <!-- ../system.conf have denied everything, so we just punch some holes -->
  9.  
  10.   <policy user="root">
  11.     <allow own="org.bluez"/>
  12.     <allow send_destination="org.bluez"/>
  13.  
  14.     <!-- allow root to send to agents -->
  15.     <allow send_interface="org.bluez.Agent"/>
  16.   </policy>
  17.  
  18.   <!-- allow users at the console, see consolekit or libpam-foreground -->
  19.   <policy at_console="true">
  20.     <allow send_destination="org.bluez"/>
  21.   </policy>
  22.  
  23.   <!-- allow users of netdev group to communicate with hcid -->
  24.   <policy group="netdev">
  25.     <allow send_destination="org.bluez"/>
  26.   </policy>
  27.  
  28.   <!-- allow users of lp group (printing subsystem) to communicate with hcid -->
  29.   <policy group="lp">
  30.     <allow send_destination="org.bluez"/>
  31.   </policy>
  32.  
  33.   <policy context="default">
  34.     <deny send_destination="org.bluez"/>
  35.   </policy>
  36.  
  37. </busconfig>
  38.